Skip to main content

2.9.4. Response

FieldDescriptionType
statussuccess | error
shiftIDShift code (only when working with a cash register)
fiscalShiftIDFiscal shift code
codeError codeInteger

Error codes​

FieldDescription
0No error
2Invalid JSON format
5Internal error
6Shift is already open

Response example:​

{
    "fiscalID": 5,
    "shiftID": 5,
    "status": "success"
}